body{
   background-color:#C0C0C0;
   text-align:center;
   font-family: Consolas,sans-serif;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

div.container
{
   display:inline-block;
   text-align: center
   	width:20vw;
    height:20vw;
}
iframe {
    display: inline-block;
	text-align: center;
	width:21%;
    height:45px;
    border-style:none;
}

img
{
   display:inline-block;
	width:20vw;
    height:20vw;
   border:solid black;
}

div.container img
{
   display:inline-block;
	width:100%;
    height:100%;
   border:solid black;
}

h1{
	text-align:center;
	font-weight: bold;
}
h2{
	text-align:center;
	font-weight: bold;
}
#header{
    font-family:Arial Black;
    font-size:24px;
    font-weight:bold;
    text-align:center;
    text-indent:35px;
    margin: 0 auto;
    width:800px;
    margin-bottom:10px;
}

hr{
    margin: 20px;
    border:none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #333;
}
p{
    color:#444;
    text-align:center;
    font-size:24px;
    margin-left: 20px;
    margin-bottom: -10px;
}
a{
    color:#444;
}